maintenance: Remove arguments that match their default values
authorDerick Alangi <alangiderick@gmail.com>
Mon, 25 Feb 2019 17:11:57 +0000 (18:11 +0100)
committerD3r1ck01 <alangiderick@gmail.com>
Wed, 27 Feb 2019 21:13:57 +0000 (21:13 +0000)
commitc0927cba654d365af3f6fe6d5705bf2facd3f527
tree16b02710d00eec8b180300f12c9fa7830b5ccdce
parentecbe578005128556873ea4c3983ea699e47e6807
maintenance: Remove arguments that match their default values

Calls to methods with arguments as default values can safely be
removed as there is an exact match. With or without them, code
will still work as intended.

Change-Id: Id8141626a51d9cc8bf8bc0baeb5e38d120664da5
maintenance/resetUserEmail.php